Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RowColumnActionsCommand Class / RowColumnActionsCommand Constructor / RowColumnActionsCommand Constructor(Boolean,Worksheet,Int32,List<Tuple<Reference[],Int32>>)
A boolean value indicates whether the command process on rows or columns.
The worksheet which this command attached to.
The processing pane Index.
The processing data.


In This Topic
RowColumnActionsCommand Constructor(Boolean,Worksheet,Int32,List<Tuple<Reference[],Int32>>)
In This Topic
Initializes a new instance of the RowColumnActionsCommand class with the specified workbook.
Syntax
'Declaration
 
Public Function New( _
   ByVal isColumn As Boolean, _
   ByVal worksheet As Worksheet, _
   ByVal paneIndex As Integer, _
   ByVal data As List(Of Tuple(Of Reference(),Integer)) _
)
 
'Usage
 
Dim isColumn As Boolean
Dim worksheet As Worksheet
Dim paneIndex As Integer
Dim data As List(Of Tuple(Of Reference(),Integer))
 
Dim instance As New RowColumnActionsCommand(isColumn, worksheet, paneIndex, data)

Parameters

isColumn
A boolean value indicates whether the command process on rows or columns.
worksheet
The worksheet which this command attached to.
paneIndex
The processing pane Index.
data
The processing data.
See Also